home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 SRC / Mac / Modules / ae / README < prev   
Text File  |  1995-07-17  |  1KB  |  25 lines

  1. A quick note on what all the files here are, currently (16-7-95),
  2. and whether they really are source or generated.
  3.  
  4. aegen.py        Generated by aescan, temporary file
  5. AEModule.c        Generated by aescan, from AppleEvents.h
  6. AEObjects.py    Generated by aescan, from AEObjects.h
  7. aepack.py        Routines to convert python objects <-> AEDesc record
  8.                 (formerly part of aetools, now imported there)
  9. AERegistry.py    Generated by aescan, from AERegistry.h
  10. aescan.py        Program to scan headers and generate AE modules
  11. aesupport.py    Helper code for aescan
  12. aetools.py        Routines/classes to create and send appleevents
  13. aetypes.py        Classes for python objects corresponding to AEDesc types
  14.                 (formerly part of aetools, now imported there)
  15. AppleEvents.py    Generated by aescan, from AppleEvents.h
  16. AppleScript_Suite.py    Generated by gensuitemodule
  17. echo.py            Old test program (may still work) to echo events back to sender
  18. gensuitemodule.py    Program to scan aete/aeut resources and generate python
  19.                 interface modules
  20. Required_Suite.py    Generated by gensuitemodule
  21. Standard_Suite.py    Generated by gensuitemodule
  22. tae.py            Old test program (may still work) to send an appleevent
  23. tell.py            Old test program (may still work) to send an appleevent
  24. test_suite.py    Test program to test bits of the _Suite modules and aetools/etc
  25.